home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / CD Label Designer 1.5 / cdlabdes.exe / {app} / CDLabDesigner.exe / 0 / RCDATA / TFRMCHOOSEALBUM / TFRMCHOOSEALBUM.txt
Text File  |  2002-06-14  |  1KB  |  60 lines

  1. object frmChooseAlbum: TfrmChooseAlbum
  2.   Left = 219
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Choose Album'
  6.   ClientHeight = 90
  7.   ClientWidth = 258
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   DesignSize = (
  17.     258
  18.     90)
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 12
  23.     Top = 12
  24.     Width = 182
  25.     Height = 13
  26.     Caption = 'Please, choose desired album from list:'
  27.   end
  28.   object ComboBox1: TComboBox
  29.     Left = 12
  30.     Top = 32
  31.     Width = 237
  32.     Height = 21
  33.     Style = csDropDownList
  34.     ItemHeight = 13
  35.     TabOrder = 0
  36.   end
  37.   object Button3: TButton
  38.     Left = 97
  39.     Top = 65
  40.     Width = 75
  41.     Height = 21
  42.     Anchors = [akRight, akBottom]
  43.     Caption = '&Ok'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 1
  47.   end
  48.   object Button4: TButton
  49.     Left = 175
  50.     Top = 65
  51.     Width = 75
  52.     Height = 21
  53.     Anchors = [akRight, akBottom]
  54.     Cancel = True
  55.     Caption = '&Cancel'
  56.     ModalResult = 2
  57.     TabOrder = 2
  58.   end
  59. end
  60.